Random test data for the format shown in the description

Hello

Can i have something similar to the below

10.1002/2014JB011616/
10.1002/(ISSN)2169-9356/

i need to have different value and have to generate 1000’s of test data.
how to do that and which should i do choose
10.1002 have to remain the same and following that has to be randomly created with different nos
also (ISSN) should have to be same for all , the number following that can be randomly different.

can someone please help me here
your help is really appreciated

Is this any use? http://www.mockaroo.com/939135b0

I use random to control the distribution of which format appears - if it’s a choice of two:

if random(0,1) == 0 then __p1 else __p2 + __p3 end

I couldn’t see how to get parentheses to appear in the RegEx…