Ross ROSS = Recommend OSS · open-source software intelligence for agents

luogu-dev/cyaron

CYaRon: Yet Another Random Olympic-iNformatics test data generator observed · 2026-08-28

github.com/luogu-dev/cyaron · Python · LGPL-3.0 (copyleft) observed · 2026-08-28

Health v2 · maintenance only

58/100

  • Activity 73
  • Release rhythm 16
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 141
  • age_days: 3412
  • days_rel: 557
  • days_push: 165
  • n_releases_24m: 2

Full methodology

Adoption not part of the score

1655 stars · 181 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

CYaRon is a Python library for generating random test data for competitive programming and online judge problems. It can create random graphs, trees, sequences, vectors, polygons, and strings, and can run a reference solution to produce expected output files for stress testing.

Use cases

  • generate random test cases for competitive programming problems
  • create random graphs and trees with controllable strength for algorithm testing
  • stress test two solutions against each other by comparing outputs
  • generate large random sequences or vectors quickly
  • produce .in/.out test data files from a reference binary
  • generate random strings, words, or paragraphs from a dictionary

When to choose

  • you need test data for competitive programming or online judge problems
  • you want to stress-test or hack solutions with randomized inputs
  • you need structured random data like graphs, trees, or polygons in Python

When to avoid

  • you need property-based testing integrated with a test framework (use Hypothesis)
  • you need general fuzzing of binaries rather than structured test data
  • your project is not Python-based and you cannot call Python scripts

Facets

library · maturity stable

data-generation testing cli developer-tools testing education python cross-platform cli competitive-programming test-data-generator online-judge stress-testing random-graphs random-trees algorithms

2 sources

Member repositories

RepositoryRoleHealth v2
luogu-dev/cyaronmain58

For agents

markdown · JSON · MCP: product_card(name="luogu-dev/cyaron")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem