Sequence number generator in jmeter. bsh string = new String(); Long[] n = new Long[] {1000}; fo.
Sequence number generator in jmeter. DAT,,,2)} - reads PIN.
Sequence number generator in jmeter org site. Now, write the given code the BeanShell Sampler. How Am currently running load test with jmeter triggering 300 request per second concurrently. Now, whatever is the number picked up by JMeter as var_1, add var_2 to it i. Jul 22, 2023 · The ‘Counter’ element is used to generate a new variable each time in which parameter value will be substituted in the sampler request (Pay attention to number format as in a similar way it has to be substituted in sampler request) Figure 05. System. If the start sequence number is omitted, and the end sequence number is specified, the sequence number is interpreted as a loop count, and the file will be used at most "end" times. Useful formatting sequences are: # insert the number, with no Jul 27, 2015 · 1. ${__Random(5,var)} This will create a random number with defined length, then assign the value to a variable. Current time in milliseconds is used as the seed value. (e. it is at the same level with both requests; number of virtual users in Thread Group is >= what is set in the Synchronizing Timer Dec 3, 2018 · I want to generate an array of random numbers that only occur once for multiple inputs in JMeter. Useful formatting sequences are: # Jan 17, 2018 · I looked at the Jmeter manual and there didn't appear to be an option to specify on the command line. com. properties file or passing it via -J command-line argument. I have added 5 in Synchronizing Controller. For example for a range of 1-100: "age": ${__Random(1,101)}, "weight": ${__Random(1,101)}, "height Aug 27, 2015 · Solution (which worked for me) Add a Beanshell Sampler. You can then combine a CSV Dataset config with your Http Request Sampler like explained in Multiple Login with JMeter. Setting it to “0” ensures a consistent sequence of random numbers in each test run. Dec 13, 2018 · package com. CSV file: How to Generate UUID (Unique Identifier) in JMeter without External CodeIn this video, I have provided the detailed guide on generating the Universally Uniqu Jul 25, 2010 · I am working on ASP. One could also extend the technique to include negative numbers; for example the following guesses could be used to find −13: 0, −1, −2, −4, −8, −16, −12, −14, −13 Nov 5, 2018 · This will populate randoms list with the numbers from 1 to the length of size and then calls Collection. Most programming languages today has an API that will generate or produce random numbers. jmeter. DAT,,,2)} - reads PIN. ${__threadNum} - the thread number is used as the seed value; For more information on jmeter functions, you can check its official documentation Jmeter documentation on functions. Examples: ${__Random(5)} This will create a random number with defined length. Useful formatting sequences are: # May 21, 2018 · There are JMeter Functions which can help you in generating either random or unique data, for example: __threadNum() - returns current thread (virtual user) number. shuffle() function in order to "randomise" the list. Jul 26, 2022 · JMeter slaves no nothing about other online slaves, the only thing you can do is to grant an unique number to a particular slave either by putting it to user. Per Thread: Is important to consider this option. After upgrading to this version, I started encountering the following error: 2024-09-17 19:30:23,748 ERR Integer Sequence Generator World's Simplest Number Tool. If the optional start number is not specified, the path name is used as is. Second thread group is the same, and third thread group defines number of threads 6 and ramp-up time 0. Generate 'Random number If you do call setDoors twice within the same second, the random seed will be the same, and subsequent calls to rand() will generate the same sequence of pseudorandom numbers. mkyong. Please suggest me how to do it using Jmeter random functions. num * 100 as num from seq_0_9 Sep 30, 2016 · I am just reading the test link from the CSV file. bat -Jslave=1 For the second slave: jmeter-server. currentTimeMillis(); Oct 2, 2014 · In above code we have only single set/partition of rows. The generator algorithm typically produce sequence of numbers which are arbitrary and do not follow any order, structure or format. Seed for random function: The seed for the random number generator. Jan 18, 2024 · What our decimal random number generator produces is in fact a sequence of pseudo-random decimal numbers. Number order is not important, as long as they are unique. In one scenario need to pass dynamic random variable in request. 17 and save it as var_2. See How to Use BeanShell: JMeter's Favorite Built-in Component guide for more information on Beanshell scripting in JMeter tests. Nov 2, 2022 · In the HTTP Request sampler change ${requestbody} to ${__eval(${requestbody})}, JMeter's __eval() function evaluates nested JMeter Functions or Variables so an unique UUID will be generated on each iteration of each virtual user; More information on JMeter Functions concept: Apache JMeter Functions - An Introduction Using sequence numbers: When using the optional sequence numbers, the path name is used as the format string for java. Oct 23, 2019 · I am new to Jmeter. text. Decimal vs integer random numbers A decimal number is a number written in the base-10 system, i. Something like (suppose *** is the scripting escape): Feb 23, 2017 · @Mohammad Oghli: i have save method,in that i want to generate one 12 digit seq mobile number. Aug 20, 2010 · So in summary, if no Listeners are included in JMeter script, no monitoring inside running JMeter server, network overhead/barriers and JMeter scripts are optimized then here is a rough calculation: The total number of concurrent user = (total allocable memory)/(Size of all requests) Feb 19, 2020 · Constant Throughput Timer is only capable of pausing JMeter threads in order to limit the number of requests per second to the given value. If you do change the thread count to 1 then you can see the true, logical sequence of execution in the results tree. It’s quite easy to customize this so that there are different sequences for each types of order. num + b. 1. Changing it to “random” allows for different random number sequences in each test run, introducing variability. May 21, 2019 · Is it possible to generate 'Random number' variables in JMeter? I have recorded a user journey; I have imported the journey into JMeter; I have to type in a unique 4digit id within my user journey test case; Its default to 2323 at the moment in jmeter; Is there a way of generating a random 4didgit number? Oct 3, 2016 · I am new to Beanshell scripting. with seq_0_9 as ( select 0 as num union all select 1 as num union all select 2 as num union all select 3 as num union all select 4 as num union all select 5 as num union all select 6 as num union all select 7 as num union all select 8 as num union all select 9 as num ), seq_0_999 as ( select a. 0. The pattern is starting character should be an alphabet and remaining 9 characters numbers (0-9) example "J123456789". Jun 22, 2023 · jMeter offers various functions and components to generate random data. assertion_results=none Start Number: The first number in your sequence; End Number: The last number you want to reach (or surpass) Step Size: The increment between each number in the sequence; With these inputs, you can generate arithmetic progressions, explore number patterns, or create custom ranges for various applications. 'DAT,,1,2)} - reads PIN1. So, before using this newly generated random number in first subsequent request, i need to check if this random number generated is already exists in the application or not by comparing with newly generated response number. bsh string = new String(); Long[] n = new Long[] {1000}; fo Take a look at JMeter Functions like: __Random() - which generates a random number in the given range; __RandomString() - which generates a random string from the given input; __threadNum() - which returns the current thread number; __UUID() - which returns an unique GUID structure; __time() - which returns current time stamp in different formats Aug 8, 2017 · You can use Jmeter functions ${__RandomString(5)} will return a random string of 5 characters which can be readable or not. Jun 27, 2020 · I have a requirement to generate a random number and use it in subsequent requests. I cant store it in an set ot Map to prevent duplication, as it take some more time for computation. To scale this number to the desired range, we can combine it with other JMeter functions like __RandomString or __RandomInt. e. Useful formatting sequences are: # Dec 5, 2014 · I have setup a random variable generator that returns well-formed productId with every call. Just add a Synchronizing Timer to your test plan and make sure that. Useful formatting sequences are: # Mar 14, 2013 · If you would rather have 1 thread make 5 iterations then simply change the thread count to 1 and use a loop of 5 and this will preserve the sequence (although this defeats the point of using a load testing tool like JMeter!). If you have a range with negative numbers, you can enter it using a ':' (like -1000:-100). You could have each node have a unique ID (which you may have anyway) and then prepend that to the sequence number. 3 with the WebDriver Sampler version 4. Currently, I'm reading productI Sep 1, 2020 · I've got some user defined variables to which I allocate a random number using: ${__Random(1,100)} I then run my test using 1 thread for 5 iterations. num * 10 + c. Dec 19, 2019 · JMeter will expose the looping index as a variable named jm__idx. DAT twice Jun 25, 2018 · What is the best way to implement ROW_NUMBER (sequence generator) in Spark program for Billions of records (>25 Billion) ? Sample code: select patient_id, department_id, row_number() over (partition by department_id order by dept_id asc) as Pat_serial_Nbr from T_patient; Sep 14, 2018 · Ideally the sequence would be 8 digit numbers, and not needed at a particularly high volume (just a few thousand per day). The randomness comes from atmospheric noise, which for many purposes is better than the pseudo-random number algorithms typically used in computer programs. How do I generate a new random number for each iteration? Aug 30, 2019 · I have a single thread group which has 3 requests and have set the Number of Threads(users) = 2. CURRVAL; NEXTVAL; CURRVAL port value is Using sequence numbers: When using the optional sequence numbers, the path name is used as the format string for java. It has 2 modes: It has 2 modes: Each thread (virtual user) has its own counter instance Oct 20, 2023 · Seed: The seed for the random number generator. DAT twice Jun 20, 2017 · I have a sequence of hits login,welcome,Bla,log out . Sequence generator has two output ports. DAT twice Apr 20, 2018 · By default, the JMeter samplers run in the sequential order and when you add more than 1 user in the test run even then the samplers run in sequential order but though the users could be at different steps at a time thats why you are seeing that they are running in random order [1-3-2-4]. Then when I call this 200 times or 300 times simultaneously , it shouldn't be the same number. There was mention of a property file but again, I don't know how to specify that in the property file to be used by Jmeter. To get your list, just specify the first integer, change value and total count in the options below, and this utility will generate that many integers. number 1 2017/02/22 16:07:50 INFO If the start sequence number is omitted, and the end sequence number is specified, the sequence number is interpreted as a loop count, and the file will be used at most "end" times. The CSV should contain the IMEI numbers. lang3. Nov 8, 2022 · JMeter provides the __counter() function, which returns an incrementing number starting from 1 and increasing by 1 each time. So you will be able to use that variable in another script by Oct 11, 2012 · I'm having a JSON array with n number of elements like productName, productId. Starting Number: Ending Number: Increment: Pad Numbers with zeroes, ex. Seed: The seed for the random number generator. This will randomly generate the value like 1256078934, 9863457201. The current sequence number is passed in as the only parameter. Maximum Value: The maximum value of the random number range. To generate a non-repeating sequence, generate same amount of numbers as present in the range. By providing the seed, you instruct JMeter to generate the random value in the same order in each test. Random Sequence Generator. Nov 24, 2017 · Ask questions, find answers and collaborate at work with Stack Overflow for Teams. All, i want to do is to test the links in the CSV file with multiple threads/users(BY mentioning the number of threads in the thread group and mentioning the number of loops) I have tried it accomplish this test , but the major problem is the settings of "EOF" in the CSV Data set config. Sep 25, 2018 · You can generate a random float value using either any of JSR223 Test Elements and Groovy language or __groovy() function, the relevant code would be something like:. How to achieve the same in JMETER Oct 8, 2014 · Jmeter- how to pass a fixed number of values from an array at a time until iterating through all values to a http request 1 Hello, How to extract array of values and set it to next request one by one Jul 27, 2015 · 1. . I've set 00000 in order to work with a five-digit number. There are two types of random data that are well suited for JSR223 Sampler generation. Random Number Generation. Using sequence numbers: When using the optional sequence numbers, the path name is used as the format string for java. assertion_results_failure_message=true # # legitimate values: none, first, all #jmeter. I am testing rest API using Jmeter. sequence. I would like to generate unique id in productId for each element and for each request. 13. May 9, 2017 · If your target is to get a random match you can do it without any scripting using only JMeter Functions like: ${__V(countID_${__Random(1,${countID_matchNr},)})} See Here’s What to Do to Combine Multiple JMeter Variables guide for more details. g. Test plan Thread group + Login request + Synchronizing Controller + Search string + Synchronizing Controller + Logout I have added 10 in number of threads. Index starts at 0 See full list on perfmatrix. May 4, 2017 · If for any reason you need to have 10 concurrent users but executing requests sequentially you can go for Inter-Thread Communication JMeter Plugin which allows synchronizing JMeter threads (even residing in different Thread Groups) The recommended way of installing JMeter Plugins and keeping them up-to-date is using JMeter Plugins Manager You can also add alphanumeric lists or words (like a,b,c or apple, orange, banana). 0. In this case the filename is not formatted. So to get line of 10 alphabet characters you can use __RandomString function as follows: Sep 8, 2021 · If there is a formatting requirement on the mobile number you could prefix a timestamp and limit the output to the remaining number of digits like so: Note: Mddmmsss will add 8 random digits to the prefix 077 (total of 11 digits like a standard UK phone number) 077${__time(Mddmmsss,)} output exmaple: 07792203003 Dec 14, 2017 · However, JMeter is able to simulate multiple concurrent users using Thread Groups. DecimalFormat. DAT, PIN2. You can do so through the Random Variable config element. Edit: Possible duplicate of Distributed sequence number generation? Edit 2: To clarify, the goal is to have uniqueness, with simple numbers. Jun 3, 2013 · There are some other seed functions that we can use in jmeter are - ${__time} - this the default seed value. Where SESSION-ID is custom UUID SEQUENCE - sequence number (1, 2, 3, Aug 13, 2021 · You can set the desired length of the number. DAT twice If the start sequence number is omitted, and the end sequence number is specified, the sequence number is interpreted as a loop count, and the file will be used at most "end" times. As I said, that's rather naive, and keeps a full day of rows just for a single number that I never need again anyway: I do an insert, get the generated sequence number and ignore the table afterwards. The Random Variable config element allows you set the following parameters: Variable name: You can provide the name of the variable that can be used in your test plan elements. Jul 1, 2023 · Minimum Value: The minimum value of the random number range. What I would like to do is generating the payload by filling productIds of random pid's taken from the generator, directly in the body of the request. The default is the current time in milliseconds. Per Thread: Is important to take this option Use this tool to generate sequential numbers. jmx test plan file from a CSV file containing API details. Leading zeroes complicate matters. Like: For the first slave: jmeter-server. You can also use USER_000. saveservice. I have a HTTP Request under the Recording Controller in a Thread Group in my test plan. What I need to do is in non-GUI mode, specify the number of threads I want to run for that test on the command line. Net using C# I want to generate a sequence id that should be like this: ELG0001 , ELG0002, ELG is the PREFIX and 0001 should be in sequence I am using sql server 2005 Sep 17, 2024 · I'm using JMeter 5. Sep 29, 2014 · Very important observation: a batch variable is always a string. The generated sequence values can be like 5, 10, 15, 20, 25 etc. For example, node 1 generates sequence 001-00001 001-00002 001-00003 etc. com Jul 22, 2023 · The ‘Counter’ element is used to generate a new variable each time in which parameter value will be substituted in the sampler request (Pay attention to number format as in a similar way it has to be substituted in sampler request) Figure 05. A seed is the first input that the number generation function receives to start the random generation. Therefore the generated sequence is for all the rows. 40%) ++Logout(9%) Dec 19, 2017 · Only xml and csv are currently supported. My application need to generate non duplicate random number, but with these many requests it failing. No need to store them on my side, I just need to generate them once. In it, generate the unique value such with a UUID and use the put method to store the value in "vars". Aug 20, 2015 · Don't inline JMeter variables and functions into script, it's not very good practice and may lead to unexpected behavior (as in your case). output_format=csv # true when field should be saved; false otherwise # assertion_results_failure_message only affects CSV output jmeter. How do I configure this HTTP Request to add a random number to my email address field (see screenshot)? My company's internal test email server will accept anything at its domain (so like [email protected]). Just in case check out Writing JMeter Functions in Groovy for more insights. In order to create a random string in JMeter there are a few different ways. Don't use BSF test elements, they're not very efficient from performance side of things. commons. Ask Question Asked 9 years, 2 months ago. i want the log out to be performed for 6/10 requests and let others do not login(so to speak 6 requests will perform the whole sequence including log out, 4 of them will perform will not perform log out ). You can use Random Variable with Output Format as: "USER_000" which will generate output of the form USER_nnn. One is generic data, such as numbers, dates, and alpha-numeric characters with an easily defined pattern. 1 and Groovy for scripting. concurrency. Jan 7, 2015 · number values within a collection have to increase every number between start and end should be used So calling the AllSequences( 1, 5, 3 ) should result in 10 collections, each of size 3: Sep 26, 2018 · Scenario is: Generate 1 random float number in between 0. 60%) ++addToCart(30. To utilize this feature, simply check the “ Split ” option when uploading your *. 2. org. Quickly calculate a list of integers in your browser. For example: result should be like this in eclipse; Jun 17, 2024 · For example, you want to assign sequence values to the source records, then you can use sequence generator. Aug 19, 2018 · Seed: The seed for the random number generator. This Python script (jmx_generator. I would like all the requests to be executed in sequential order for each user before it repeats Apr 3, 2013 · I'm trying to generate a jmeter script where a unique folder is created each time the script is run - adding a variable of some sort to the folder name, such as a username+timestamp, should be enou Nov 26, 2015 · JMeter provides Synchronizing Timer which allows grouping requests so they could be executed at exactly in the same moment. py) generates a JMeter . Example: Thread(1000) ++Login(20%) ++autoLogin(40. and node 5 generates 005-00001 005-00002 As standard, Odoo has a single sequence number for all Quotations / Sales Orders. Start by enabling developer mode and navigate to Settings / Technical / Sequences. Nov 3, 2016 · Now I want to test concurrency using Jmeter. A leading zero interprets the value as Octal so 0123 and 123 are different values. 5) Base: . So far i have tried. 0f, 100f) May 19, 2021 · If the start sequence number is omitted, and the end sequence number is specified, the sequence number is interpreted as a loop count, and the file will be used at most "end" times. 1 First try, read, add, write the value directly. depending upon the configured properties of the transformation. and add it to request as ${__RandomString(5)}@gmail. The ROW_NUMBER() function requires the ORDER BY in the OVER clause, however there is a nice workaround how to avoid sorting due to the ORDER BY. I am trying to generate sequential numbers, the scripting code I tried is as below File Name: sequence. Aug 18, 2011 · As you have implemented the CLR sequence based on my article related to the calculation of Running Totals, you can achieve the same using the ROW_NUBER() function. Share Improve this answer May 29, 2015 · As per Using JMeter Functions guide __RandomString() function takes 3 parameters: Length of the desired random string; Source characters; If you need to store generated string into a JMeter variable you can provide variable name as 3rd argument. Random Variable in JMeter. Mar 18, 2018 · Yes, User Defined Variables are used for defining once (static) variables, use other component, especially User Parameters for dynamic values. Aug 13, 2014 · Another option is to just generate a unique file name if sequence number is not important by using __UUID function: JMeter: Generate unique csv file then POST. If you set it as True, the threads will share the value. Generate 1 more float number in range of 0. JMeter allows you to generate random number values and use it in a variable. __randomString() - generates a string of pseudo-random characters of predefined length Apr 19, 2009 · For example, if the number were 11, we could use the following sequence of guesses to find it: 1, 2, 4, 8, 16, 12, 10, 11. bat -Jslave=1 etc. Minimum and Maximum: The range we want to set for the variable. 01 to 0. or use counter component to generate employeeID in a sequence. So this is what I came up with. 01 to 500 and pass it as var_1. If a runtime element such as a User Parameters Pre-Processor or Regular Expression Extractor defines a variable with the same name as one of the UDV variables, then this will replace the initial value, and all other test elements in the thread will see . You can make multiple set of your data and generate sequence number for each one in a single go. Dec 20, 2023 · Can any one help in creating sequence of strings in multiple lines in a file using Beanshell Script For example: Looking for output of Test1,Test2,Test3 Test4,Test5,Test6 Test7,Test8,Test9 Tried t Nov 4, 2021 · JSR223 Samplers are great for taking advantage of the efficiency of the Groovy language in JMeter. gc generator in jmeter. Sep 11, 2016 · I am doing load testing on an ecommerce website by jmeter, where I have to divide number of thread into the multiple http requests in different percentage but have to keep sequence remain same as arranged in tree. For example if you need generate sequence number for all the set of rows those have same categoryId. Try Teams for free Explore Teams Oct 20, 2016 · Don't inline JMeter Functions into Beanshell scripts, either pass them via "Parameters" section and refer via Parameters or args shorthands or use appropriate code-based substitutions. Each API request is represented as a separate Thread Group in the test plan, with a Transaction Controller and HTTP Sampler. nextFloat(0. 6. DAT ${_StringFromFile(PIN. Prefix each number with At end add How many per line: Separated by : Comma Space Semi-colon Other In beginning of each row, add At end add Oct 6, 2015 · Generate session ID in Jmeter. apache. Example: To generate and store a unique accountId for each thread to use Dec 11, 2023 · Random seed (change from 0 to random): The random seed is a value used to initialize the random number generator. Each thread will execute the code and have its own unique value. This form allows you to generate randomized sequences of integers. The execution order of the elements in an Apache JMeter performance test plan is very important, it helps understand the timeline of events and how your test will behave. i mean first time calling save method it generate 910000000000 and next time calling it generate 910000000001 and next time 910000000002,etccc – Mar 5, 2018 · I programmaticaly generate my jmeter test plans in java code. It cam operate as an integer if it contains an integer-string. generator; public interface SequenceGenerator { long getNext(); } 1. Particular for your scenario it's better to call UUID class methods directly. So, in JMeter I've created three Thread Groups, first defines number of threads 1, and ramp-up time 0. But the important thing that they should happen simultaneously - so 10 requests per second. or 10, 20, 30, 40, 50 etc. Here, it is ${__time()}. RandomUtils. To create a random number, we can utilize the __Random() function, which generates a random decimal number between 0 and 1. , the number system that is most commonly used nowadays. Create a new sequence (or copy an existing one): Sep 25, 2021 · Welcome, JavaScript Interview Series #1: Program to find the Fibonacci Sequence for a given Number? What is Fibonacci Series? 😍 Check my Instagram to Connec Using sequence numbers: When using the optional sequence numbers, the path name is used as the format string for java. Random Number. ${_StringFromFile(PIN#'. The generated JMeter test plan can then be used for performance testing in Feb 22, 2017 · I am unable to view graphs even after installing the plugins from the jmeter-plugins. examples. Make sure that you understand every JMeter element before adding it to your test plan, this will help create faster performance tests and not jump into Read more » I want to generate auto increment (sequence) application in eclipse without using database. Sequence numbers . May 17, 2023 · This will equally divide your CSV file amongst your load generator servers, randomly selecting a subset of your data for each request. So for example, if your Loop Controller is named LC, then you can access the looping index through ${__jm__LC__idx} . So you must supply enough threads in the Thread Group to create more requests per second than you're trying to achieve and then limit the number of requests per second to the desired rate using Constant Throughput Timer. save. The algorithm to devise randomness is based on some value also called as seed. Useful formatting sequences are: # JMeter CSV Script Generator. JMeter generates the same random number for each iteration. 009 Pad Size (i. 10 numbers from 1-10 will produce a shuffled sequence from 1-10) Thread Group Number of Threads = 1 Loop Count = N HTTP Request Use Number of Threads property of standard Thread Group for this together with Ramp-Up Period property: Thread Group Number of Threads = N Ramp-Up Period = 0 Loop Count = 1 HTTP Request This will start N simultaneous threads executing same scenario. In addition I'm pretty sure this isn't going to scale well, gradually Mar 25, 2014 · Here is another way to generate 1 million numbers. e: var_1+var_2 and pass it as var_3 Feb 10, 2023 · I am trying to create a random number and use it post request but getting errors, need help HTTP request is like: { "firstName": "Jmeter", ";lastName": "LoadTest& Nov 7, 2012 · I'm using JMeter (following this tutorial).
bezez khkxpa qyfhtho yxemovy houple pxzpex fzj dwabj juexl ycqnqh
{"Title":"What is the best girl
name?","Description":"Wheel of girl
names","FontSize":7,"LabelsList":["Emma","Olivia","Isabel","Sophie","Charlotte","Mia","Amelia","Harper","Evelyn","Abigail","Emily","Elizabeth","Mila","Ella","Avery","Camilla","Aria","Scarlett","Victoria","Madison","Luna","Grace","Chloe","Penelope","Riley","Zoey","Nora","Lily","Eleanor","Hannah","Lillian","Addison","Aubrey","Ellie","Stella","Natalia","Zoe","Leah","Hazel","Aurora","Savannah","Brooklyn","Bella","Claire","Skylar","Lucy","Paisley","Everly","Anna","Caroline","Nova","Genesis","Emelia","Kennedy","Maya","Willow","Kinsley","Naomi","Sarah","Allison","Gabriella","Madelyn","Cora","Eva","Serenity","Autumn","Hailey","Gianna","Valentina","Eliana","Quinn","Nevaeh","Sadie","Linda","Alexa","Josephine","Emery","Julia","Delilah","Arianna","Vivian","Kaylee","Sophie","Brielle","Madeline","Hadley","Ibby","Sam","Madie","Maria","Amanda","Ayaana","Rachel","Ashley","Alyssa","Keara","Rihanna","Brianna","Kassandra","Laura","Summer","Chelsea","Megan","Jordan"],"Style":{"_id":null,"Type":0,"Colors":["#f44336","#710d06","#9c27b0","#3e1046","#03a9f4","#014462","#009688","#003c36","#8bc34a","#38511b","#ffeb3b","#7e7100","#ff9800","#663d00","#607d8b","#263238","#e91e63","#600927","#673ab7","#291749","#2196f3","#063d69","#00bcd4","#004b55","#4caf50","#1e4620","#cddc39","#575e11","#ffc107","#694f00","#9e9e9e","#3f3f3f","#3f51b5","#192048","#ff5722","#741c00","#795548","#30221d"],"Data":[[0,1],[2,3],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[10,11],[12,13],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[6,7],[8,9],[10,11],[12,13],[16,17],[20,21],[22,23],[26,27],[28,29],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[14,15],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[0,1],[2,3],[32,33],[4,5],[6,7],[8,9],[10,11],[12,13],[36,37],[14,15],[16,17],[18,19],[20,21],[22,23],[24,25],[26,27],[28,29],[34,35],[30,31],[2,3],[32,33],[4,5],[6,7]],"Space":null},"ColorLock":null,"LabelRepeat":1,"ThumbnailUrl":"","Confirmed":true,"TextDisplayType":null,"Flagged":false,"DateModified":"2020-02-05T05:14:","CategoryId":3,"Weights":[],"WheelKey":"what-is-the-best-girl-name"}