Mock.Random.paragraph( len?, min?, max? ), Randomly generate a piece of text.
- len: indicates the number of sentences in the text. The default value is a random number between 3 and 7.
- min: indicates the minimum number of sentences in the text. The default value is 3.
- max: indicates the maximum number of sentences in the text. The default value is 7.
Mock.Random.paragraph() // Dtey iqw qncisnx lojtnzz xkbsnlx xhpvxoahc fuint eecn qinl upbkw sfbucpnof kfldis goyggesq smvmmh gbuqcngxb. Gamerctivf pbtupd pcom fxbpqmyi clgbl lqqenzcdm gesgifsyq oteyo mtdjaosgyp bivtcyr gtdjf jkywndb kffe jqdywm lkfyquga. Frjr mxsyouybb puwczcj ayvvxhy seednkhcc bqbsozjokc idbqj urwjy ogysptz sfqwtvulbg ltjxiwxmd klgbdg encvphfjh saexsjfr lxc. Bhmtkd vjnry bgnmrmswn jblniv wfxoha ovbplrf hmrl ticmn gqyaotiq kbtmgulmhh brtmsnpa ktvkbjls joshyoxx bkv. Mock.Random.paragraph(2) // Jwqtx ssa qkqnddmbi hymp apljixuz ngxtcizeop wsaiadaay xwjpk dqsvastxe hmcbdh bkt ofqyualx mwdjosj sxlnbm sox trqwpmdqa udgtg. Ynxuxrp tgejcg qvroswjhsp owzycfluq hlvfrdbuty auienruljy jmg ejbphyybx myhkmzbxvo lmwkl eodfc gtamwobgy ogec obgakw yyufrkyypu uxvo ibwd uivxohcmm. Mock.Random.paragraph(2, 5) // Ibbdwu cpsmny egokofqf wkmqc bolefxnyg gvotpwmnxo oqctc wmbyfqxex eheshh trvmjkjwr fwrimbhkv intpmfkvn tapceyn gdvsa fdxez nszxmvxb bxbalgih sdkdmy. Ypullon uxwlyr soleo rtvvytg xmrolcp oeartx ejtwj tnqehuik myhnssbl ycvxshvu ehcffr jkwxmuxz jmgcjq wrrqs qrdprpyc cqqujjwnpr. Pefbcu gjnedi qeemkx xde ffnwp efu mzrorzuh iyvow ndms qgtohgsu wbik sutqe owul ogrddogbv ajrqnhu. Hbgfd bpufeieg ywfqklhzm rbjco yepymb muurwoxft pjeqnpnge ueuxhpdj xxpgvl jilxwhbul ptht jmn pebw baphwubnw wqlhhbcgm yualy orv.
Mock.Random.cparagraph( len?, min?, max? ), Randomly generate a Chinese text.
- len: indicates the number of sentences in Chinese text. The default value is a random number between 3 and 7.
- min: indicates the minimum number of sentences in Chinese text. The default value is 3.
- max: indicates the maximum number of sentences in Chinese text. The default value is 7.
Mock.Random.cparagraph() // From the direct base to the base, the polar oil formless element field is half a factory problem. Put your hand on the West and wear it without falling. To Bai Jiushi, the right was asked not to make a technical agreement with the state. Set the class and use the appearance clearance certificate drawing. Mock.Random.cparagraph(2) // However, it is very important to use the earth mining quality sea wanxiao tablets for the construction. It refers to the formation of King Zhang's regular group, and then the game is broken with Xidan and the fine two are omitted. Mock.Random.cparagraph(2, 5) // In the near future, we should personally recognize the common grid of introduction and research, and hold it from each sea. Six groups of shilie county are located in the tirong District of the inner team city. Ask for the light branch sample from the self only breaking three syndromes. The key point that needs to be studied is the white force in the Seventh Central Committee. The low system is full of the hearts of the public, and the sea is full of righteousness.
Mock.Random.sentence( len?, min?, max? ), Randomly generate a sentence with the first letter of the first word capitalized.
- len: indicates the number of words in a sentence. The default value is a random number between 12 and 18.
- min: indicates the minimum number of words in a sentence. The default value is 12.
- max: indicates the maximum number of words in a sentence. The default value is 18.
Mock.Random.sentence() // Fecddxe omqxw txzxo rrxxhb rmspzmfo okcuq qdjqpugn woirwphus wnha lfdk swjiolrg nwkpt ajmccdez oxkcp bjlwiyn. Mock.Random.sentence(5) // Wctnpw ytiqlop bjvs enpxlsagl ntoxt. Mock.Random.sentence(3, 8) // Jrffckl xnfattp jknfyqawn wkgdei.
Mock.Random.csentence( len?, min?, max? ), Randomly generate a Chinese text.
- len: indicates the number of Chinese text words. The default value is a random number between 12 and 18.
- min: indicates the minimum number of Chinese text words. The default value is 12.
- max: indicates the maximum number of Chinese text words. The default value is 18.
Mock.Random.csentence() // More power to fight for more quantity, choose Chinese bars to make iron, and it will be ready to participate in the operation. Mock.Random.csentence(5) // It can achieve some quick results. Mock.Random.csentence(3, 8) // Good finish.
Mock.Random.word( len?, min?, max? ), Randomly generate a word.
- len: indicates the number of characters in a word. The default value is a random number between 3 and 10.
- min: indicates the minimum number of characters in a word. The default value is 3.
- max: indicates the maximum number of characters in a word. The default value is 10.
Mock.Random.word() // jfeypwg Mock.Random.word(5) // guddc Mock.Random.word(4, 8) // uemuuff
Mock.Random.cword( pool?, min?, max? ), Randomly generate a Chinese character.
- Pool: Chinese character string. Represents the Chinese character pool, from which n Chinese characters will be selected to return.
- min: minimum length of random Chinese character string. The default value is 1.
- max: maximum length of random Chinese character string. The default value is 1.
Mock.Random.cword() // means Mock.Random.cword('Zero one two three four five six seven eight ninety') // three Mock.Random.cword(5) // Peacetime team to benefit Mock.Random.cword(4, 8) // Ten Shang Shi Fei Ping intersection photos Mock.Random.cword('Zero one two three four five six seven eight ninety', 5, 7) // 461336
Mock.Random.title( len?, min?, max? ), Randomly generate a sentence title in which the first letter of each word is capitalized.
- len: indicates the number of characters in a word. The default value is a random number between 3 and 7.
- min: indicates the minimum number of characters in a word. The default value is 3.
- max: indicates the maximum number of characters in a word. The default value is 7.
Mock.Random.title() // Bvwkorm Fprn Dpkesqf Wjuavwtk Mock.Random.title(5) // Hblc Dkbk Fbcsmqxgd Nbfprrggm Pnjkry Mock.Random.title(4, 8) // Cheqedrttj Fimfh Yrzyir Wbpf Puncav Jtvqcbgazm Pbrkuf
Mock.Random.ctitle( len?, min?, max? ), Randomly generate a Chinese title.
- len: indicates the number of characters in a word. The default value is a random number between 3 and 7.
- min: indicates the minimum number of characters in a word. The default value is 3.
- max: indicates the maximum number of characters in a word. The default value is 7.
Mock.Random.ctitle() // Forest Exhibition Mock.Random.ctitle(5) // Each subordinate line Mock.Random.ctitle(4, 8) // Come to know the people