class ISBN::Generate
- ISBN::Generate
- Reference
- Object
Defined in:
crisbn/generate.crConstant Summary
-
LANG =
LANG_ENG.sample()
-
LANG_ENG =
["9780", "9781"]
Class Method Summary
Macro Summary
-
isbn_gen_type_1(byte, rand_num)
Macros for creating the ISBNs quicker NOTE: Need more work to get running but the concept is there
-
isbn_gen_type_2(byte, group_arr)
For Nested Arrays
Class Method Detail
Macro Detail
macro isbn_gen_type_1(byte, rand_num)
#
Macros for creating the ISBNs quicker
NOTE Need more work to get running but the concept is there