The ai_embedding function within the mock-jutsu library serves as a cornerstone for developers building modern, AI-integrated applications. As vector databases and Large Language Models (LLMs) become standard components of the software stack, the need for high-fidelity mock data that mimics real-world AI outputs has become critical. This function specifically addresses this requirement by generating a 1536-dimensional vector, providing the precise structure needed to simulate complex embedding processes during the development and testing phases without the overhead of live API calls.
Built to align with industry-standard specifications, the ai_embedding utility produces an L2-normalized float vector. This ensures that every generated test data point maintains a Euclidean norm of exactly one, mirroring the exact output characteristics of the OpenAI text-embedding-ada-002 model. By delivering a JSON array of floats, mock-jutsu ensures seamless compatibility with leading vector database providers such as Pinecone, Milvus, and Weaviate. This technical rigour allows engineers to validate their indexing logic and similarity search algorithms with mathematically consistent data that behaves exactly like production-grade embeddings.
In practical testing scenarios, the ai_embedding function is indispensable for stress-testing Retrieval-Augmented Generation (RAG) pipelines. Developers can populate their staging environments with thousands of realistic vectors to evaluate the performance of nearest-neighbour searches and metadata filtering. Because the data is structured to meet the 1536-dim standard, it provides a reliable foundation for benchmarking system throughput and latency. This makes it an essential tool for QA engineers who need to ensure that their vector-search infrastructure can handle high-dimensional data at scale before moving to a production environment.
Integration is designed to be frictionless across various development environments. Whether you are using the Python API with jutsu.generate('ai_embedding'), the command-line interface for quick prototyping, or the JMeter plugin for performance testing, the library fits naturally into your existing workflow. By using mock-jutsu to generate your ai_embedding samples, you significantly accelerate your development lifecycle. You can build, test, and iterate on vector-based features entirely offline, reducing dependencies on external services while maintaining the highest standards of data integrity for your application's AI layer.
mockjutsu generate ai_embeddingmockjutsu bulk ai_embedding --count 10mockjutsu export ai_embedding --count 10 --format jsonmockjutsu export ai_embedding --count 10 --format csvmockjutsu export ai_embedding --count 10 --format sqlmockjutsu generate ai_embedding --dims intfrom mockjutsu import jutsujutsu.generate('ai_embedding')jutsu.bulk('ai_embedding', count=10)jutsu.template(['ai_embedding'], count=5)# with --dims parameterjutsu.generate('ai_embedding', dims='int')${__mockjutsu_ai(ai_embedding)}${__mockjutsu_ai(ai_embedding:128)}# JMeter Function: __mockjutsu_ai# Parameter 1: ai_embedding OR ai_embedding:# Qualifier values: dimensions (int)# Parameter 2: (not required for this function)GET /generate/ai_embedding# → {"type":"ai_embedding","result":"...","status":"ok"}GET /bulk/ai_embedding?count=10POST /template {"types":["ai_embedding"],"count":1}Parameters
| Parameter | Values | Description |
|---|---|---|
| --dims | int | Vector dimensions |
Example Output
[-0.03315104855729918,-0.004398584845236965,-0.010468953103260873,0.017090665431749596,0.055339661679682725,0.006500606769700255,0.03406844661440326,-0.01701640063276152,-0.019499977756793532,0.003348797253289543,-0.012497285293875072,0.0059325005728733836,-0.04933548692075408,-0.020227676326215097,0.014286669962051267,0.015526788762770154,0.03646302567078871,-0.006739763308242749,0.005754519761229578,0.007538960572794928,-0.014149476161478757,-0.021179402608697398,-0.020731233784061092,-0.004597666567083534,-0.012316590046618245,-0.02227915558895953,0.023896021742403382,0.012247669739536091,0.004934332025177882,-0.011540841116555475,-0.011709654932114845,0.003475705141788165,-0.034376018504173406,0.020324252301241404,0.042294799196656796,-0.010300905330608576,0.009989631833153642,-0.027994425907867992,0.015031931037110688,-0.02744180584879702,0.026301829371548756,0.026619462683859278,-0.01622764276910367,-0.019136677153188238,0.02891186284753641,0.019409113877470106,-0.0028307915285307487,-0.004539841196462892,0.015854935685231372,-0.012274706659050704,-0.04092828277788968,-0.04148822130720726,-0.032839319208829536,0.023571893196317844,0.052749140941036374,0.031180887798610026,-0.01768749178698115,-0.012077575912779966,-0.023442010376313355,0.03127887517193924,-0.00018870569398103443,0.006235833808807891,-0.004453125281815848,0.04248962499477634,-0.015483272076407425,0.01658373200014528,-0.03706038514099303,-0.019024144866800482,0.008292833901065277,0.019352280411273546,0.04344708041165608,0.014530795239117333,-0.05321332683788432,0.023478681370640818,0.0141543025794483,0.03539100839650927,0.005231706108469429,0.006370346974246369,-0.010400845317652289,0.0630545122067201,-0.006412341462825083,-0.023970489833690642,-0.03386223940492756,-0.004229547276381941,-0.006835492659366108,-0.01130203792633615,0.017777464155506642,0.026812132036626607,0.011292007642775962,-0.0061468171149300895,0.005643148149671672,0.023342482047488188,0.05532645377321762,-0.01750697376978684,0.018001719447049768,-0.027690539140849676,0.03443879231924783,0.005502543366047114,0.010289284224439576,-0.01065213489815759,-0.04001856506476116,0.008329390686660538,0.04548864320872067,0.03564303234382695,-0.025319135878993072,-0.002380930279731605,-0.008664597428155391,-0.019834019800006458,0.013862936993930819,-0.03864032707207466,0.008133216026614286,-0.014904488873931174,-0.06361173572847802,-0.010633944160071775,0.007589755618295446,0.03383744147176649,-0.002964119250625026,0.03117218244254215,0.023715871501143702,-0.0001425905564136261,-0.025915428131000385,0.025793185704648613,0.0028640903140224414,0.01088488367975404,-0.012592761723336936,0.012657580329347811,-0.00879841884671932,0.020895540670837345,-0.036155821697131434,-0.024676695941166383,-0.031856281793601574,-0.06155573831961619,0.028862601151602055,-0.018353035293255614,0.03189862309668868,-0.0033464863825295914,-0.055120924088006125,0.019464643939399128,0.0017774311164093731,0.02856628926199474,0.024269566553920773,0.015597781258261239,0.008560023401940255,0.010724996949310261,-0.026223987269749834,0.032115873512032996,0.0154948397824181,0.042494073902339335,-0.04567232204830175,-0.008893899781148438,0.008820064249291411,-0.03966931095075641,-0.009014221272159428,0.06612075653003766,0.011265855688613392,0.011517527165516872,0.023571446556474043,0.0002632127296373304,0.018565822910623773,-0.000648206933888621,-0.025541790075021123,-0.014576464599396523,-0.007299368557264926,0.012872536839942174,-0.008156274392336876,-0.005002294913186339,-0.0005080974707100551,0.01355549828229067,0.04788858623645666,-0.03285816322563741,0.025799657323876544,0.02034631161004834,0.020653226007683247,-0.016862494029698322,0.03007133440720482,0.03264867714073278,0.024622701422894865,0.018499554643509664,-0.05058626450675165,0.04753789637322817,-0.005471944253669003,0.00614848197755283,-0.012759963205796749,0.01940138318881455,-0.023424444175860145,-0.01659557627028116,-0.02809468086228533,0.014211392053352862,-0.03791706674978747,-0.03038764378597279,-0.0032162017012015895,0.00845917385042161,-0.05204352572447621,-0.010289662901397198,-0.036215530916212046,0.014806614967699383,0.02638443102023315,0.02484381767466205,0.0177625369531864,-0.019134342655835895,0.013409796595499793,0.005611625807728479,-0.054742584458264396,0.005838813226617586,-0.04438265452740719,-0.012480255920835348,0.012470729739048869,0.00898245284076574,0.04067289898109611,0.03651352008988079,-0.0360916646880719,-0.03624260137909135,0.002452619400049885,0.038600892009801775,-0.006381971491939573,0.0009908284738305926,-0.026547158881418415,-0.04483543295995602,-0.024283075984684772,0.002093643939075439,0.02054286733178712,0.022383299232913767,-0.04538429382018688,-0.005607731206622852,0.024606231669296517,0.03933630625188482,-0.030610907931723424,0.006501157313924503,-0.023738772605212247,-0.023934630582701177,0.02812706658174559,-0.0007038044705280902,-0.030315253568860317,0.02920599921936046,-0.038240838118607255,-0.04699910242606865,0.025238217721546347,0.007403462845764585,0.004678858701888108,-0.00012687223018250184,-0.04905085581361137,-0.04696334304714947,-0.03479505491631008,0.023902683208419213,0.009272158533513092,0.006633081905681899,0.0016937828481701602,-0.03039929121261994,-0.01094643587198901,-0.025569265411841374,0.00024012654462726406,0.017842294589331825,0.04208718477446,-0.026077476448007602,0.0031693255047851644,0.041319868011290256,0.06100781797037402,-0.006865351462351367,-0.02569867669336953,-0.010927333441543893,-0.014759031445979292,0.009579407168681543,0.04273177631032518,0.024150634917336954,-0.025957466476091973,-0.03460571943591537,0.0036448698406071596,0.011211405093096993,-0.05502456710330285,0.024841397842921133,0.02523680415226498,-0.006813067761491506,0.01742276499358898,-0.00390977022199979,-0.014682067773858085,-0.005976916308594442,-0.00030564303806936556,-0.024254377057624867,-0.0024474888858660357,0.017524209266625488,0.03156570579735479,-0.007594817596743055,0.026663000955238502,-0.026450063116640412,-0.017030879189188483,0.004341358953357605,-0.031183194858068437,0.02836102352909121,0.004264096102130336,-0.038564988808459086,-0.0021478675370835234,-0.02357156019623784,0.02309404862686608,0.01108372445194098,0.008714721699892408,0.01168718082614149,-0.005303449593790498,-0.009655184195957175,-0.029391784899125983,-0.002612916335655357,0.007995838620425185,0.037388218334845236,0.003301211410719527,-0.011557881590394465,0.028649647266887023,0.001985749176243282,-0.006224544698496996,-0.008317852274059524,-0.005540064089936699,0.008770196515690977,-0.01666755218818814,-0.01691943463287461,-0.016338559112459346,-0.017827345345818913,0.0012584060707955755,-0.05446929165849439,-0.0061794491949423,0.007918589550957545,-0.009079846681426362,0.05215649294152357,-0.007142851548462585,-0.003943001317078982,0.04665466367623921,0.008417812469885226,-0.026627684675229663,0.01212643894135982,-0.044316730669761384,-0.0011568398593618107,0.03313219408849414,-0.040780478656388994,-0.005739105897236664,0.014528893898772462,0.01717115007454453,-0.017745573106026348,-0.024724931551297347,0.020403392619203937,0.01328902693717521,-0.0009285570092731756,-0.01676856458606803,-0.05722011556662522,0.05290250335964109,0.018543437742699516,-0.043358933024901236,0.022555132155332863,0.001077878974472631,0.025822763520079377,0.010006630374045611,-0.0026487962012845343,-0.01926817035275732,0.012610063703291385,0.01851552086060316,-0.004073222634336349,0.004084868045676061,0.018596644223058286,-0.040878680380228384,0.010440301807643144,0.007950451598898714,-0.018694016536171212,0.037797408026368,-0.0010159761149513124,0.01056091259882081,0.02736401774150531,0.03048163399898199,0.023480121851338603,0.019913348861248882,0.038174307864142366,0.005975295485599722,-0.04083230877720056,-0.011883197206235678,0.011573549407161045,-0.016942792172159493,0.01493564086920437,-0.026803596045677655,0.008952863763070952,0.02716341043748808,-0.003919722892239724,0.03606521263584521,-0.01807619237366096,0.02522338085313996,0.02883026530883743,-0.004003170818794483,-0.007804284184869855,0.00851276921121173,-0.030133750283158883,0.01832583565290091,0.0020224436456465563,0.0007935944726558777,0.01577688735998267,-0.017842129329665196,0.018981731106948233,-0.009401666501867212,0.02193326601395154,-0.003068978787604479,0.011245601125935208,-0.02835435082346179,-0.05574577311785774,0.025227771158062597,-0.024838646061768044,0.019355298752007137,-0.003973228654962997,-0.035231875411169344,0.017799242541196185,0.011591528027332163,0.02802492839252753,0.054272043172690666,-0.00702449970151721,-0.024517865844705333,0.006326753961263267,0.004711195915008251,-0.025925188023037705,-0.04740349138159062,0.03756879269065882,-0.012965894249439948,-0.04871981668566491,-5.388403654076153e-05,-0.01860715912898496,-0.005867614321613608,0.03382040634657563,0.0014642064284168773,-0.0030458486701081806,0.00012098918190847152,-0.015385249978422109,-0.00932651752838786,0.01749255586249281,-0.012385102193149117,-0.026346166493537455,0.009175217291464668,-0.015313035093389575,0.005211185285205429,-0.019665145018084973,-0.024385076514193107,-0.02475567561002972,-0.009240923496174742,-0.018367651175444213,0.04745739508485288,-0.022767054771519035,-0.04441006973694289,0.015123217559574399,0.02914787273993995,0.0031822174278922674,-0.01670248006437433,0.017174007491507437,0.005571209318616727,0.004001658971486659,0.015687175174450344,0.010993514081272622,0.0037542269995974663,-0.03630583611080101,0.0005356359224297848,0.004942312449276751,0.004191382358965858,-0.04140094841127338,0.025265838394851286,0.017797865226131606,0.005959798090926622,0.007490355446728521,-0.0033507446648913426,-0.01326867590667206,0.01118803648406638,0.02271341134590247,0.020634570929092978,0.007113446010821706,-0.025867279011015567,0.010026428338605663,-0.027975626722490276,0.00022948869216891175,-0.01860816761243363,-0.01943860655673765,0.0012364403997471168,-0.027818100171290452,-0.01206901120852101,0.010506086286950269,0.00626896278724478,0.003437291268891239,0.014357968230719451,-0.035723177191111746,0.0045617447445923266,0.03186706338847065,0.0027489337085671475,0.006449545283063113,0.010062306121218752,0.01332688198596304,-0.019555648355203837,0.010810509239514326,0.0033461344541256214,0.023573942017450805,0.018763029660170325,0.010717192168047757,0.019474142155649674,0.029144615382882696,-0.034348826253696556,0.03034391816425892,-0.02073076937407374,-0.025639205506421965,0.04986773077965952,-0.02974222145105921,-0.00039050190717351255,0.033108087504734214,-0.029073728307749843,0.02316889547956526,-0.02193712047136765,-0.03922217367421466,-0.026600632715222637,0.005973063165028181,0.010696706357894754,-0.0004417939123801832,0.012115143332273764,0.02765041624892463,-0.0058756787618444665,0.00994359968804388,-0.020941758782118878,-0.06374830236778153,0.027071243147072606,-0.018423540225254942,-0.04374931460497908,0.007653805713037208,-0.06369681814605413,-0.00070603788262139,0.038380603012204494,-0.029269814546065278,-0.014054363416075731,0.030893692942945097,0.015880264822241984,-0.049813184639456325,0.004675207903537002,-0.005925575076150917,0.007182038724287961,-0.03577648673595554,-0.04017170227494145,0.06146329841272641,0.03641388591661893,-0.017306612788931645,0.036003350937854596,-0.06743046986175802,-0.0025076179839601904,0.0071150702298145236,-0.025910338303423344,0.04923027884938178,-0.006492897380428722,0.016823783121909585,-0.02321958083892292,0.008294748093826503,0.004156434921873321,-0.03736920571409831,0.012485989489958216,0.0142655489861045,-0.003362426145898844,-0.04681452050034537,-0.07153526424213888,-0.01703939362140067,-8.796733378384536e-05,-0.06006888332813739,0.004691878338973925,0.0371365211429337,-0.04423990469394314,0.023072433552137898,-0.04150877484096714,0.03328934467363675,0.008875489038696515,0.011172090303214631,0.030101404761465216,0.03371504617035937,0.012921385796222559,-0.014368477678499402,0.02672603195264194,0.01477695485290137,0.006279865940439807,-0.026147744541989072,0.020681464064510914,-0.01703340924678474,0.010485360397979648,0.039116176195881154,0.009719990155203174,0.015684317808242046,-0.022330310317255322,-0.045925201908557554,-0.0014119927257180453,0.03239802649223225,-0.031031645779491728,-0.011921507340169266,-0.06828062574918842,-0.001970295658879656,-0.0019342456086938605,0.009512474107797255,-0.020926875447549342,0.004689658282983596,-0.007101611708867012,-0.00028950384877154603,0.0181600677245345,-0.06925460624257236,-0.025273059521260882,-0.023933459282630142,-0.035922698678027346,0.00701049756609102,-0.009298567057532495,0.01039907277806927,-0.03778971262857057,0.04316118012393912,-0.027467054226440787,-0.01125339987192422,0.02814840214094082,0.014685273806608745,0.029272621143827688,-0.017500705911494083,0.033926865105061446,0.0268169289491686,-0.02346555367515894,-0.020390900808454165,-0.0238946471709111,-0.011928460273807968,0.0071444807927546344,-0.006805446601216876,0.011247767142629305,-0.017025796885236262,-0.01446742588912,0.013399378951673514,-0.029169947633716182,0.03730060275308383,-0.017122564774518872,-0.014544052470539182,-0.0513698168036135,0.018420881867114904,-0.04664007530620278,-0.012728427045208806,0.03318276800298403,0.023659341793694326,-0.007844142028042933,0.006328639074194397,-0.016093333381829767,-0.02275586647173016,0.006450854669717951,-0.0017553525956902896,-0.016455714468958143,0.0024727807274217677,-0.05315504557572196,-0.005700180198240671,0.011022969829766405,-0.05387703942143005,0.02545857505937685,-0.003534923780448376,-0.01480794233431216,-0.017676404729224392,-0.020898419690058432,0.01732932814543871,0.02208363813593522,-0.030687683497713322,-0.0211114222747811,0.01846521199038507,-0.05933747177459157,0.011332123588745743,0.03466377120415813,0.03559035842853425,-0.008793378214517323,0.018456951536735322,0.03274321332897498,-0.06652929527403696,-0.03643860096569767,0.024961072384085126,0.043971012168924774,0.010101635592457383,-0.017647516577158285,0.005573657358423421,0.0009307381051805461,-0.006759711251367564,0.015528205131830827,0.026402991438104952,0.005291901031606667,-0.02929864914707329,0.0003898740076161035,-0.0642102329280414,0.01464296696689926,0.007136194823776049,0.003525501088882547,0.0021408278333332484,-0.04259735219471,-0.04367742364422212,-0.018741099648728072,-0.013464846527470885,-0.007655804060190645,-0.06838827167195148,-0.042059414808017524,0.021256530931795768,0.0038663495581761323,-0.0029304353605519866,-0.02445198208491886,0.02527962568841991,0.02357714754196664,-0.013770428980946063,-0.014876189418555999,-0.03310382143139635,-0.04885921065970786,0.018687050837234206,-0.025970317195481558,0.01641247179837311,0.02823428553538425,-0.026082652486448067,-0.002036658211235697,0.001100865804507689,-0.012912626393756359,-0.018413455033717125,0.0284690923117409,-0.03297300167804789,0.02239449484523393,0.013512603679450313,-0.004801137602772203,-0.03965270049468678,0.022173889501789515,0.01029996662974568,0.0026223061681312477,0.05035693791559087,-0.011899037316355818,0.039086105973064424,0.02034402666506588,-0.02888115299832205,0.002940714031669661,0.02310265576493933,0.03504672589325423,-0.01736991863125153,0.030696899395961864,-0.002453950014562438,0.01906791769854317,0.02942092790336522,-0.0019177560804216444,0.008529270221390968,-0.035926333291692474,-0.01213650080107697,0.011290420574607265,0.0341230424912033,-0.0325968133885314,-0.02656315774012361,-0.004110194639339717,-0.01553490942533423,0.01356179605319954,0.04556481614221616,0.005460302112619439,0.023584085550437884,0.015784267672379015,-0.009234733447319883,0.03769721291902673,0.006408343074711234,0.0010502816692929257,0.0011724388170311461,-0.028661798375161918,-0.036991587671650034,-0.02608607269340659,0.0013922295259040669,-0.04141889141136154,0.002394511108966408,0.042635819775279214,0.024818389036878642,0.00921294510235046,0.0357664767687831,-0.024300798240051543,-0.0204140443415953,0.03740774523645131,-0.016253119099733142,0.0027717135956230056,0.015159747508943323,0.022681425161604107,0.005814946196277425,0.022741912397696136,-0.014643488241543538,-0.010278863972915145,0.04306352820853008,-0.020196404376034784,0.0100579048107503,0.04030755058872686,-0.004629884232803667,0.006539269762905591,0.03340818440350059,-0.00635656868048968,-0.030441918287282807,-0.044664550945782575,0.02347810697394426,-0.005429674544436359,0.0004887638374121204,-0.013820183012069618,-0.013034367130418046,0.0300454248665482,0.04955459679226451,-0.0017124291396231161,-0.024403020310435612,-0.05468581113630924,0.02227937278058118,-0.017411322730196698,0.014255019644993037,-0.0028596584538071513,-0.032061009606473886,-0.011557026232637055,-0.007134016820247561,-0.01869271432531649,0.009252263543529073,0.006508735547499738,0.02433814475328109,0.0006079166446865815,0.00792962719041262,0.0319796258272378,-0.025513894825958762,0.019515207505305887,-0.02361358919056296,0.01744594540387209,0.04162048674654062,0.03195350412978696,0.01228377586445315,0.020534036202538526,-0.024735859437924335,0.019002988066230447,0.009455414198748223,-0.016990596289788846,-0.04580351319880435,-0.043791176439733064,-0.007813041415103203,-0.017585220326208382,0.017091091289123034,-0.040054221270041976,0.011531929489986392,-0.056358473616973596,0.015414786045697942,-0.014319671298564356,-0.004532409275316549,-0.0005610573265476949,-0.005336739902530188,0.02969863128033883,0.018909888153399463,-0.012531430939758057,0.00876200780635765,-0.033083382087692736,-0.011685227083181128,-0.006091194037084656,0.018721621395771368,0.01387256009234283,0.02274834506918019,0.012102462275096882,-0.015386760289310152,-0.018432928852882103,0.0057738456409788825,-0.030757059965792713,0.03234890174056032,-0.012123397996239594,0.0015037177167819792,0.050729748978737506,0.044377766586764504,0.01768139798340632,0.012112926761842826,0.06152034557586482,0.01156191655481051,-0.037383149462687025,0.004113189234317085,0.04082911972015315,0.025748632202526045,-0.017009763631543447,0.006384468012760836,-0.010266264514271739,-0.00845408580490701,-0.01954746292210109,0.00439599038803007,0.013190364439769588,-0.00957872735189403,-0.002910429336766345,-0.045326649963000856,0.017502051844879345,0.03385629399536475,0.04299525667404827,-0.0071634310618966714,0.007741452998909775,0.01125314002995029,0.004900138031971019,-0.03362087096581006,-0.03197068035762234,-0.002008453131247214,0.011277051989848567,0.01158522803495866,0.04265989591244962,-0.020763252249633667,0.02203131342568281,0.009592331052737525,0.016859407986659455,0.003911705421089834,-0.052513122492881946,-0.02164056137895266,-0.0028667219499552395,-0.0020627536261076064,0.01275526215893845,-0.0216208581222603,-0.01939721363352888,0.025058497039838906,0.009548938028448523,-0.02401494209583029,0.011967528974878475,0.01844297030921974,0.03403100569872425,-0.013014616397538425,-0.01571793682480741,0.0019485138594250624,0.01757439794865464,-0.002226297545603078,-0.012332880686911985,0.042425665822093034,-0.037863258428875925,0.0515833544878196,-0.01394418065180955,-0.0013836587879881386,0.001889639675813186,-0.026168530798253185,0.02719376554964841,-0.014086627630478138,0.008188643238134433,0.0046213155209148815,-0.02980194081693823,0.010648379225791869,0.021061272638872548,-0.025912166241266545,0.01849248586056054,0.009374605468853624,0.043927097896871665,0.0028043706805946267,-0.012017259006621565,0.009110119600963982,0.008276786255322485,0.013810311397573676,0.014126215636430876,-0.031838480546071475,0.05195909471166822,0.008589493569226336,0.028877908659749384,0.034735909660681644,0.02306850828578647,-0.008534235333842797,0.01713640910324172,-0.01886520625981822,-0.037089898269907204,0.010404557842637703,-0.02676240454683,-0.026928224152696086,-0.025337690787034108,-0.022194898574181852,0.016935614846797547,0.015302933366207801,0.012084243247065389,-0.025649690645151397,-0.03171534800496587,-0.005472972347880571,-0.033804972091963,-0.006593308098164213,0.0033495731377054232,-0.03374620877155733,-0.027703145217665842,0.011684090454247922,-0.05772649748608098,-0.019527785213674334,0.005816404820369053,0.021383904540766937,0.03793922129530164,0.002113929394730194,0.04783596738816629,0.016500048068618718,-0.016684311124432662,0.0017423665941323177,0.030413453822399496,0.027020852099975123,-0.005153549995007668,0.022335065669238763,0.01555754642330088,-0.017101321493411956,0.022430119797803797,-0.007501538103414449,-0.018736342873122657,-0.011337622868640818,-0.03313250026444866,-0.04833663062256346,0.021326851009328813,0.00572749546256983,0.012062491869701762,0.009504607487840568,-0.012928043628035173,-0.012399265631352716,0.0007817817360032331,-0.020163723520953972,0.006827650601083828,-0.018526302031422526,-0.030648229455341007,0.029617647233749312,0.02705452147178599,-0.04552955694524418,0.012104592316198292,0.05027257155826392,0.004252105398130281,0.0399963848508204,-0.011036010752606672,0.032420523178647104,0.009226594388619547,0.00272199415639283,-0.053112617557123716,0.03221978388489624,-0.002416227213239437,-0.05172479095740085,0.015755679765129735,0.030545570630005417,-0.030081023230649588,-0.06336461512973056,0.030024530390973782,-0.037653884627376205,0.004751979981631394,-0.05642310556968042,0.0209264325567604,-0.013787460137164784,0.06780506197081392,0.02000163514603315,0.03831685961077526,-0.0191179428002865,-0.014099832731275951,0.006008475971287575,-0.02065027132061279,-0.01484960205002357,-0.0027501092561274844,0.055730360247502594,-0.009564894865362782,-0.039752697054569804,-0.02650955324743361,-0.002331754696112488,0.010556022215822516,-0.015299578301039606,-0.033951389813163035,-0.03974699319676264,-0.0018781168986677919,-0.04095031075045807,0.005337228300768807,-0.0011320839266843574,0.0012076479206115547,0.004451567286698694,-0.0064661384780762875,0.03805372600324788,0.022302768532637827,0.015025802053601217,0.027687355495559948,0.01981131145753202,-0.020560282809585034,0.0688582839970893,0.01112762080576325,0.007706070032507491,-0.017042498564436095,-0.01319400820058833,-0.012755420109419406,-0.03085563182512325,0.01086398757924181,-0.0035306380088536145,0.007814998529185428,0.004296721102979229,0.02214604500730275,-0.019832875648511425,0.011687296016446982,-0.005107758184813879,-0.007636420878689049,-0.04600952022878256,-0.0015375821151808917,-0.01293799489196441,-0.017502135859778133,0.015713831634844484,0.03282733064630023,-0.04962780494651577,0.015494618963599965,-0.001355089260748683,-0.06553552165593651,-0.008068975610867862,-0.00889923576387032,0.013495413153356011,-0.013567322814538013,-0.040132919348401436,0.02344187826338129,-0.04443528219899356,0.034060339234991646,-0.007894172129369464,0.036243679172954436,-0.02332724606590443,-0.0060366598280887675,0.006329310351646075,-0.0190962633358996,0.014268733694203499,-0.02124747177139402,-0.025865470746929853,-0.017038584808027762,0.0028279115961934503,0.01850040526275435,0.03807117439586574,0.04557877528504017,0.014471200937967815,-0.011850630986425066,0.044498658510773864,-0.037285428488559424,-0.05858368767750232,0.0172715288735909,-0.021799356510633312,0.017729870253280048,-0.029610365543644886,0.038835172535235524,-0.04830961551190509,-0.001960259193002397,-0.03753186940777208,0.03082321115295971,-0.0024255473863787395,0.0025934235262745726,-0.009079793341996937,-0.009572596620136624,-0.020013734984300556,0.006793272348638685,-0.003932700121062511,0.015144239371979276,-0.02006348694402063,0.01303183737471513,0.012525379468535729,0.018430525041427663,-0.021049225651004942,0.01423309190340152,-0.037982717322436896,-0.04539001836853406,-0.0016619439746890553,-0.012283372193775245,-0.031293031300077205,0.03721060724129852,-0.02516429087083958,0.010210214922170049,0.010782770213212103,0.022630534989340177,-0.0013558381965009514,-0.011787531599499948,-0.019990791016163474,-0.014513300346161816,0.021506823421720535,-0.017881385366520012,0.002333928638839428,0.018878210390322094,0.02037225647693634,0.04349746310598763,0.03829012136897676,-0.0015173016062959858,-0.01547459568278464,-0.0010265804169157769,-0.0005944412309470085,0.020349014391369304,-0.025805235942573144,0.035365319737211645,-0.02337445209569453,0.027095649137884464,-0.021735957387955973,0.019547202015555546,-0.0029031656937264214,0.007841323402087165,0.0008921780406987683,0.040261857475322474,0.0014805851272552098,0.013824337528583626,0.06336610219464452,-0.019092741916196275,0.05574475642629422,0.004323250562897817,0.008251745418580099,0.01291284386710069,-0.006344414605132264,0.005639147825874894,-0.0063180766577670255,0.019298118244821142,-0.008905945256341384,-0.00847244670140378,-0.02454783090483378,-0.0005381488657282975,-0.0032430171558962308,-0.03237245455183808,0.030600124898853484,0.006563212828004548,0.039286946738083646,-0.0002140139699565939,0.010568745726882236,0.018309285172505563,-0.027345727123347024,-0.01034817266132913,0.046894379657953976,0.0032602942405224556,0.009690385520332639,-0.031188168699577305,0.007341342456859517,0.006242193752216686,0.029200156356189357,0.02572881875378248,-0.006468655011307295,-0.010140906450648652,-0.021537302684460115,-0.005044892062247991,0.0072835692372662224,0.013126516510824943,0.0027298609813041753,-0.005666280853880283,-0.006458079474806691,-0.029400950903083603,0.0154394161303077,0.001815599862045889,-0.0013500827256811873,0.015237927585411518,0.0040580776185564355,0.018831264823203363,0.05817896898405043,-0.011006082048022616,-0.003933482761051584,-0.01970150004304977,-0.002374294861854724,-0.05436789933705473,-0.014706166583094312,0.033648219434670654,-0.05766619710340263,0.02741375988505389,0.03852593403745586,-0.016143263723360515,-0.0026019397643395,0.009335013039766419,0.04719929524857159,0.03406284783914683,-0.02763150570989643,0.005925584289643529,-0.008913703287526345,-0.020166618090221602,0.015975408455420392,0.002270413476227499,0.0030478339269183656,0.0012593489799965897,0.06465596263086303,-0.04729479670853343,-0.025280960251548804,0.008878863494321461,-0.040387256243554354,-0.044327015165907674,-0.04017816255987909,0.03578947549922615,-0.0014402946235472852,0.008253338611285833,-0.031339930770442226,-0.012137114783186196,-0.00828828296018957,-0.007049324545595726,0.009463258535154902,-0.025875022336613734,-0.027390037405391716,0.0010302411679150882,-0.04234130776820841,0.010413690691298874,-0.049963113628473214,-0.003662929353499868,-0.03531624927389598,-0.0016626720698903821,0.035925154903789246,0.009070303463572493,0.004142827530684348,0.005435741414527981,-0.040687975241873155,0.013847872908419778,0.008927032062741118,0.022913741761414308,0.0414068143959721,-0.0014673440430921691,-0.034054962490470776,0.012015995819701768,0.004653486261968693,0.012818822354243446,-0.020644298412532104,0.005881627274909406,0.005596498683493262,0.007487177142852929,-0.02592227866294026,-0.009954662090621376,0.01971958777838395,-0.016240597982372658,0.009018340806114035,-0.0337601088080308,-0.031481017291738245,0.02820910223572572,-0.03971989746310997,-0.019034347215480852,0.027722744680117723,0.04177415398740352,0.02944809090665202,0.02331536377014708,-0.03346769206763287,0.004736061153530316,0.043153154770787266,0.0063038728719452715,-0.0029077221478634326,0.005241010283511801,0.014139374823723497,0.029532995515998826,-0.00795305103359919,0.021931923118655175,0.011319103233245168,0.009008917889371568,0.006698211441948984,0.03420357390040159,0.010069336590226559,-0.018805911738489757,-0.009698425749640067,0.00923432271921752,0.01615632248374654,-0.06160400520699376,0.018911861784443998,0.022600522310367993,-0.020751710809137604,0.0317718134510007,0.011478304649430683,-0.029731769631063006,0.007150732895467257,0.012625799801769184,-0.016231015682717925,0.002665470670560635,0.00792063682876215,0.04551566894352638,-0.025905172584176517,0.01555954596114869,-0.028964839694502236,-0.03097134671290517,-0.0031351286807839,0.007505539289256986,0.004254692368577971,0.018482530975413608,0.022832750958279368,0.037941981186082094,-0.00702116911281576,-0.027209987740355934,0.014127235627164376,0.0002272217122079627,-0.03570270286928757,0.015179671694400147,-0.0013984217832761436,0.04718887042303548,-0.0017190342846159232,-0.03811601812443485,-0.008172080207262249,-0.004684721875428257,0.005056993571699368,-0.00547567991867371,-0.05248579787655666,-0.015336591517374628,-0.018092366845220472,0.051669400812656446,-0.001221867713819345,-0.051321354411765746,0.037206288867507285,0.0014118927562200797,0.01078643825185789,-0.01639113396005688,-0.049249298025452734,-0.015313414504330063,0.04843761642197859,-0.07169877866199918,0.03262061516306741,0.024714037432627185,0.039921409074590616,0.008624880434356087,0.011308468903285395,-0.05673963496912258,0.019816549761039096,-0.02540856733744044,0.007646052955296689,0.0072181469122227036,-0.04793454012706074,-0.032418495421699424,-0.002739252388478194,0.014718609240251437,0.005859930743569638,-0.028648158810381,0.014109994708902906,-0.00834475942911349,0.0014993110641053147,0.021580924143613886,0.021480496950020283,-0.016043854157976527,7.714438529295284e-06,0.004464537859243277,-0.001523595078986382,0.03226266751268365,-0.007284719773249823,0.01568330479819273,-0.011402399158050951,-0.05868127250779867,0.017906158687648468,-0.03109648687003826,0.026555479347307308,0.05064264278753541,-0.024443731613332034,0.012021939902458327,0.02368900345536666,0.008907828589317617,-0.014822571797677004,0.012104948244196731,-0.005137928180779997,0.04045626538393946,-0.026367269937852097,-0.031074773761099805,-0.029478571196656058,-0.017032076064159945,-0.010863542944900054,0.04369738157453617,-0.011639270992521659,0.01038025471425497,0.0210684538258047,-0.0012219791956951632,0.003528037884610574,-0.005062006383124819,-0.00018520547777093173,-0.0345967793570792,-0.05006555022855806,-0.019414600575732473,-0.005564678437657045,0.03611755774174913,-0.02424398291801978,0.02905974371323864,-0.001094914070684584,-0.020165211307420036,0.04071025700832876,-0.011231934285951699,-0.004908585987190936,0.041589142800882495,-0.008225503202420947,-0.04607639077358126,-0.03569286310844951,0.0464214368996608,0.0007662213860993124,0.0076396894905733205,0.004738796863710019,-0.004152104163180117,0.06469657131340505,-0.0012631969142723645,0.0015051689938553319,0.028839635017195758,-0.009075943602372204,-0.022191183338353102,0.025527330685351207,-0.06314440191083807,0.010353222550512253,0.014713444061271579,-0.022922544227832367,0.017760481642695405,0.05042736402468782,-0.06650113424656633,-0.02241964130110266,-0.012018565417734729,-0.013055532493327204,-0.007824735559327573,0.02170825571942629,-0.007859803307108757,-0.002034275362445424,-0.02263129521086141,-0.015977389901213987,0.015910159873804536,-0.005760099349532064,-0.05861936397448997,0.02423083664929585,0.04871240399536758,0.0014743647088109448,-0.02233320214345342,0.008364271454867265,-0.02340715178537784,-0.04442895607612897,0.04205288327702229,-0.07526459133309199,0.027820513495936772,0.005294838472977175,0.01688295549028179,0.016958507172975385,0.009689374644175198,-0.022008873247564873,0.0023160022463899342,0.003718177011045459,0.01276421692650953,0.0638519120574162,-0.0016946345115307483,-0.048514080885643796,0.035475638934411406,0.03817328773839653,0.007108230296449771,0.02142160529204593,-0.022782072946483396,0.00020056338520012205,-0.03298363603356828,-0.020645603741253234,-0.027418730129871106,-0.018837395415169454,0.031874325212416774,-0.017980031103334734,0.03957845039245321,0.016414444144087555,0.010921836966234867,-0.01578228419195521,-0.010915033655409658,-0.010018430240962392,0.025720771843632022,-0.01423327297006913,0.009514246921664554,-0.015002475432608707,-0.026726303390243237,-0.008679040544664023,0.021622451758972934,-0.001449272564812209,-0.018336304128712098,-0.027086871298200033,0.0062171721486793795,0.05684369342850236,-0.04122355797023838,-0.043625382112370555,-0.021496278836556276,-0.02330005305146795,0.015628341372310568,0.0094056640633202,-0.0058226167703234475,-0.004971178914600341,0.004896566241848458,-0.00452549510939759,-0.01489030191846297,-0.0007542800970948014,0.004390134778730932,0.00021763369997984574,0.04129835965867671,0.06415549216897558,0.013377239542572274,0.00692450028861205,-0.009158129806417638,0.02606994859172795,0.013891784809527,0.00046393777147446465,0.015209976786609321,-0.03296943547247965,-0.021378753679338926,0.009615673517107362,-0.04677679867272603,0.02357753653453098,-0.027432398280844532,0.006654853259434406,0.027095457595587867,-0.0035200258321618784,-0.025351273328645604,0.012338689911128287]Validation Rules
- Generated following real format specifications
- All values are fully synthetic
- For development, testing, and demonstration only