Add PoorMansRandomGenerator subset

This commit is contained in:
deajan 2018-10-01 21:02:47 +02:00
parent 1869b1e82f
commit 5bc77dfe76
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
## MERGE 2018100101
## MERGE 2018100102
## Merges ofunctions.sh and n_program.sh into program.sh
## Adds installer
@ -46,6 +46,7 @@ function __PREPROCESSOR_Constants {
__PREPROCESSOR_SUBSETS=(
'#### OFUNCTIONS FULL SUBSET ####'
'#### OFUNCTIONS MINI SUBSET ####'
'#### PoorMansRandomGenerator SUBSET ####'
'#### _OFUNCTIONS_BOOTSTRAP SUBSET ####'
'#### DEBUG SUBSET ####'
'#### TrapError SUBSET ####'