class ISBN::Generate

Defined in:

crisbn/generate.cr

Constant Summary

LANG = LANG_ENG.sample()
LANG_ENG = ["9780", "9781"]

Class Method Summary

Macro Summary

Class Method Detail

def self.english #

[View source]

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


[View source]
macro isbn_gen_type_2(byte, group_arr) #

For Nested Arrays


[View source]